-
Notifications
You must be signed in to change notification settings - Fork 8
adding pdf-tex summarizer example #6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
431ce64
to
89a91aa
Compare
] | ||
readme = "README.md" | ||
requires-python = ">=3.11,<3.13" | ||
dependencies = ["swarmzero @ file:///home/hadi_y5275/Work/SwarmZero/swarmzero", "pymupdf (>=1.26.3,<2.0.0)"] |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use main branch
) | ||
|
||
async def main(): | ||
pdf_path = sys.argv[1] if len(sys.argv) > 1 else "sample.pdf" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
include a sample pdf under a new 'data' folder
@@ -0,0 +1,18 @@ | |||
from openai import AsyncOpenAI |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be a step handled by an agent. no need to import openai
No description provided.